(cat "\nInstallation of Clockwiser has been completed."
"\n"
"\nGood luck!"
))
(set #clockw-install-finished-help
(cat ""
))
; ******************************************
; * Please Insert DISK1 *
; ******************************************
(set #insert-clockwiser-disk1
(cat "\nPlease insert Clockwiser disk 1"
"\nin any drive."
))
(set #insert-clockwiser-disk1-help
(cat ""
))
; ******************************************
; * Please Insert DISK2 *
; ******************************************
(set #insert-clockwiser-disk2
(cat "\nPlease insert Clockwiser disk 2"
"\nin any drive."
))
(set #insert-clockwiser-disk2-help
(cat ""
))
(procedure addtouserstartup
;
; Maakt de Clockwiser: assign aan... ennuh... voegt die toe aan de
; userstartup. c'est la...
;
; userStartupAppName
; userStartupAssignName
; userStartupAssignToName
; userStartupHelp
;
(
(set userStartupAppName "Clockwiser")
(set userStartupAssignName "Clockwiser")
(set userStartupAssignToName clockwiserdir)
(set userStartupHelp "When the Installers programs asks if you want to place this assignment into your S:user-startup file, you should selected the Proceed button; otherwise, the next time you boot up your machine, the program won't be able to find the necessary files it needs to run.\n")
(startup
(userStartupAppName)
(prompt ("Add %s: assignment to \"S:user-startup\"?" userStartupAssignName))
(help userStartupHelp
"\n"
("Select the Proceed button to add an %s: assignment to the S:user-startup file.\n" userStartupAssignName)
; Maakt de Clockwiser: assign aan... ennuh... voegt die toe aan de
; startup sequence. c'est la...
;
; userStartupAppName
; userStartupAssignName
; userStartupAssignToName
; userStartupHelp
;
(
(set userStartupAppName "Clockwiser")
(set userStartupAssignName "Clockwiser")
(set userStartupAssignToName clockwiserdir)
(set userStartupHelp "When the Installers programs asks if you want to place this assignment into your S:user-startup file, you should selected the Proceed button; otherwise, the next time you boot up your machine, the program won't be able to find the necessary files it needs to run.\n")
(startup
(userStartupAppName)
(prompt ("Add %s: assignment to \"S:startup-sequence\"?" userStartupAssignName))
(help userStartupHelp
"\n"
("Select the Proceed button to add an %s: assignment to the S:startup-sequence file.\n" userStartupAssignName)